
'Declaration
Public Class UaChannelBase(Of TChannel As {Class, IChannelBase}) Inherits UaChannelBase Implements IChannelBase, ITransportChannel
'Usage
Dim instance As UaChannelBase(Of TChannel)
public class UaChannelBase<TChannel> : UaChannelBase, IChannelBase, ITransportChannel where TChannel: class, IChannelBase
generic<typename TChannel> public ref class UaChannelBase : public UaChannelBase, IChannelBase, ITransportChannel where TChannel: ref class, IChannelBase
System.Object
Opc.Ua.UaChannelBase
Opc.Ua.UaChannelBase<TChannel>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2